home *** CD-ROM | disk | FTP | other *** search
- /* _dict.c 14/04/96 23.56.52 */
- /* group.c 15/06/96 00.50.04 */
- /* groups.c 15/06/96 00.49.00 */
- void groups_edit (void);
- int group_getcreate (const char *name, const char *reason);
- /* helpf.c 27/08/95 13.33.22 */
- /* internal.c 27/08/95 12.26.28 */
- /* passwd_valid.c 01/03/96 21.05.56 */
- /* perm.c 21/07/96 00.17.04 */
- void perm_forceok (void);
- void perm_setaccess (const char *username, const char *password);
- int perm_checkpass (void);
- int perm_rootaccess (const char *ctl, ...);
- void perm_sethtml (int _mode);
- /* privi.c 20/07/96 23.40.46 */
- /* shadow.c 21/07/96 00.19.20 */
- int shadow_exist (void);
- /* shells.c 22/07/95 16.46.44 */
- int shells_isok (const char *path);
- int shells_exist (const char *path);
- const char *shells_getdefault (void);
- /* special.c 07/04/96 22.52.36 */
- int special_init (const char *group, USER *&special);
- /* user.c 21/07/96 00.19.14 */
- int user_splitline (const char *line, char words[9][100]);
- /* user1.c 10/08/95 10.31.24 */
- /* userconf.c 20/07/96 23.32.16 */
- void userconf_edit (void);
- int userconf_passwd (int argc, char *argv[]);
- int userconf_main (int , char *[]);
- /* users.c 20/07/96 23.54.16 */
- void users_edit (USER *special);
- void users_addone (const char *name, const char *group);
- int user_exist (const char *name);
- void users_editone (const char *name, const char *group);
-